home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 5 / The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO / amiga / d_alst11.lha / !READ_ME_NOW! next >
Text File  |  1994-02-19  |  4KB  |  93 lines

  1. ============================================================================
  2.  For Files: ANSI_List, ANSI_List2, RunArexx, PrintPAR, CheatSheet :READ_ME!
  3. ============================================================================
  4.            Written by Dotoran of FRONTIERS BBS (716)/823-9892!
  5.  
  6.     This archive contains a NEW, UP TO DATE, copy Amiga ANSI Codes list that
  7. gives NUMEROUS codes that have not appeared on any other file of this type.
  8.  
  9.     The "ANSI_List" file is an extensive article on HOW to USE the Amiga
  10. ANSI codes with/for CNet Amiga BBS. It includes long descriptions of close
  11. to 30 known ANSI codes. (Close to 50 known DERIVATIVES!)
  12.  
  13.     The "ANSI_List2" file is a COMPRESSED version ANSI_List. It was written
  14. to sit nicely on ONE sheet of paper, yet gives as much information as was
  15. possible for ALL ANSI Codes discussed in the original article file.
  16.  
  17.     The last three files in this archive are a BONUS! Thanks for downloading
  18. this file! Here's what they do:
  19.  
  20.     The "RunArexx" file is used to add a new command, "RUNA", into your CNet
  21. Amiga BBS.  Where the existing "run" command is used to execute a "C" code
  22. pfile, this program is used to run an Arexx pfile.
  23.  
  24.     The "PrintPAR" file is used to add a new command, "PRT", into your CNet
  25. Amiga BBS.  This command will copy files to your printer using the PAR:
  26. device. If you've ever tried to print out some screen graphics in CNet that
  27. contained IBM Graphics Characters, you may have discovered that the Graphic
  28. Characters printed out as oddball looking ascii characters. By copying a file
  29. to the PAR: device, like this:
  30.  
  31.             1> copy path/filename PAR:
  32.  
  33.     Any IBM Graphic Characters contained within the file are printed out on
  34. the printer as such. This command is used just like the "run" commands in
  35. that all you need to do is type the "path/filename" at the prompt and press
  36. RETURN/ENTER to copy the file over to PAR:.
  37.  
  38.     WARNING: Remember to MAKE SURE your PRINTER is turned ON before using
  39.              this command, or else you're CNet port will just hang there...
  40.  
  41.     The "CheatSheet" file gives you something to do with your new "PRT"
  42. command. What the "CheatSheet" is is a Cheat Sheet for Using CNet BBS from
  43. a SysOps standpoint. It lists such information as MCI Color Codes, ANSI Color
  44. Codes, MCI Environment Values, MCI Jump Commands, Common GETUSER Values, and
  45. MORE!!! It's only about 40 to 50 lines long and uses the IBM Line Characters
  46. to separate each section of data. Simply tape this "CheatSheet" somewhere
  47. within eye shot to locate this info in an instant!
  48.  
  49. Installing the Commands:
  50. ~~~~~~~~~~~~~~~~~~~~~~~
  51.     To install these new commands into CNet Amiga, start by moving both files
  52. "RunArexx" and "PrintPAR" into your PFILES: directory.
  53.  
  54.     Next, load BBSMENU into a text editor and add the following two lines to
  55. the END of Menu # 1 (Maintenance Menu):
  56.  
  57.                 RUNA, RUNArexx   |   {#0pfiles:RunArexx}
  58.                                      ^
  59.                                  Control-Q
  60.  
  61.  
  62.                 PRT, PRinTer      |   {#0pfiles:PrintPAR}
  63.                                       ^
  64.                                   Control-Q
  65.  
  66.     Note how the CAPITAL Letters appear in the command descriptors. They
  67. should MATCH the short forms. Also, the long form of "RUNA" must remain as
  68. ONE word, else CNet will interpret it as: "Load and Run the C file Arexx"
  69. in which case no such file would be found, and you'd be returned to your
  70. Main Prompt.
  71.  
  72.     You can specify the argument to both of these commands by following each
  73. command with at least ONE space, before typing your argument, as shown in
  74. these examples:
  75.  
  76.         Main> runa pfiles:atm_bank
  77.  
  78.                     - Would load and run the Arexx file ATM_Bank.
  79.  
  80.         Main> prt cnet:CheatSheet
  81.  
  82.                     - Would copy the file CheatSheet to PAR:
  83.  
  84.     Lastly, because these commands reside in the Maintenance Directory, they
  85. can also be used from ANYWHERE in your BBS, not just the Main: prompt.
  86.  
  87.     Well, that's it! Enjoy the files, and I hope you can learn some new ANSI
  88. codes in the process!
  89.                                                                 - Dotoran
  90. ============================================================================
  91.                 This is The END of This READ_ME! File...
  92. ============================================================================
  93.